package com.tdd;

public interface Operation {

	void operate(NeverEndingStackOParameters values);

}